home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbdates / about.frm next >
Text File  |  1995-05-08  |  2KB  |  59 lines

  1. VERSION 2.00
  2. Begin Form AboutForm 
  3.    BackColor       =   &H00C0C000&
  4.    BorderStyle     =   3  'Fixed Double
  5.    ClientHeight    =   1755
  6.    ClientLeft      =   3870
  7.    ClientTop       =   3390
  8.    ClientWidth     =   2295
  9.    Height          =   2160
  10.    Left            =   3810
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   1755
  13.    ScaleWidth      =   2295
  14.    Top             =   3045
  15.    Width           =   2415
  16.    Begin CommandButton Command1 
  17.       Caption         =   "OK"
  18.       Height          =   315
  19.       Left            =   720
  20.       TabIndex        =   3
  21.       Top             =   1260
  22.       Width           =   735
  23.    End
  24.    Begin PictureBox Picture1 
  25.       Height          =   495
  26.       Left            =   240
  27.       Picture         =   ABOUT.FRX:0000
  28.       ScaleHeight     =   465
  29.       ScaleWidth      =   465
  30.       TabIndex        =   1
  31.       Top             =   120
  32.       Width           =   495
  33.    End
  34.    Begin Label Label2 
  35.       BackStyle       =   0  'Transparent
  36.       Caption         =   "Copyright (c) 1994 By Larry E. Daniel"
  37.       Height          =   495
  38.       Left            =   360
  39.       TabIndex        =   2
  40.       Top             =   660
  41.       Width           =   1635
  42.    End
  43.    Begin Label Label1 
  44.       Alignment       =   2  'Center
  45.       BackStyle       =   0  'Transparent
  46.       Caption         =   "Calendar 1.0"
  47.       Height          =   255
  48.       Left            =   600
  49.       TabIndex        =   0
  50.       Top             =   300
  51.       Width           =   1515
  52.    End
  53. End
  54. Sub Command1_Click ()
  55. Unload AboutForm
  56.  
  57. End Sub
  58.  
  59.